home *** CD-ROM | disk | FTP | other *** search
/ Let's Discover Tennessee! / Let's Discover Tennessee!.iso / pc / FILES / DIS.dxr / 00423_setHisCat.ls < prev    next >
Encoding:
Text File  |  2001-06-27  |  284 b   |  18 lines

  1. global currentCategory, totalDone, totalCats
  2.  
  3. on prepareFrame me
  4.   repeat with i = 49 to 68
  5.     sprite(i).visible = 0
  6.   end repeat
  7. end
  8.  
  9. on exitFrame
  10.   if totalDone = totalCats then
  11.     go(marker("AllCatsDone"))
  12.   end if
  13. end
  14.  
  15. on enterFrame me
  16.   currentCategory = "HistoricalSites"
  17. end
  18.